completes the alignment of the ACM call interface with the other Xen
hypervisor call interfaces. This macro is used to call from the a guest
kernel directly into the ACM hypervisor module.
Signed-off by: Reiner Sailer <sailer@us.ibm.com>
Signed-off by: Bryan D. Payne <bdpayne@us.ibm.com>
return rc;
}
+static inline int
+HYPERVISOR_acm_op(
+ int cmd, void *arg)
+{
+ return _hypercall2(int, acm_op, cmd, arg);
+}
+
static inline int
HYPERVISOR_xen_version(
int cmd, void *arg)
return rc;
}
+static inline int
+HYPERVISOR_acm_op(
+ unsigned int cmd, void *arg)
+{
+ return = _hypercall2(int, acm_op, cmd, arg);
+}
+
static inline int
HYPERVISOR_xen_version(
int cmd, void *arg)
return rc;
}
+static inline int
+HYPERVISOR_acm_op(
+ int cmd, void *arg)
+{
+ return = _hypercall2(int, acm_op, cmd, arg);
+}
+
static inline int
HYPERVISOR_xen_version(
int cmd, void *arg)